home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / shredder.exe / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  2010-01-14  |  6KB  |  238 lines

  1. object frmmain: Tfrmmain
  2.   Left = 165
  3.   Top = 170
  4.   AutoScroll = False
  5.   Caption = 'frmmain'
  6.   ClientHeight = 446
  7.   ClientWidth = 627
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   DesignSize = (
  19.     627
  20.     446)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PageControl1: TPageControl
  24.     Left = 8
  25.     Top = 8
  26.     Width = 611
  27.     Height = 401
  28.     ActivePage = TabSheet1
  29.     Anchors = [akLeft, akTop, akRight, akBottom]
  30.     TabOrder = 0
  31.     object TabSheet1: TTabSheet
  32.       Caption = 'Secure Delete'
  33.       DesignSize = (
  34.         603
  35.         373)
  36.       object Label1: TLabel
  37.         Left = 8
  38.         Top = 8
  39.         Width = 585
  40.         Height = 33
  41.         Anchors = [akLeft, akTop, akRight, akBottom]
  42.         AutoSize = False
  43.         Caption = 
  44.           'Utility to destory sensitive data so that they can'#39't be recoved ' +
  45.           'and viewed by others.This tool uses utmost safety method America' +
  46.           'n Dod 5220.22-M developed by US Department of Defence to securel' +
  47.           'y remove the data.'
  48.         Transparent = True
  49.         WordWrap = True
  50.       end
  51.       object Label2: TLabel
  52.         Left = 11
  53.         Top = 350
  54.         Width = 161
  55.         Height = 17
  56.         Anchors = [akLeft, akBottom]
  57.         AutoSize = False
  58.         Caption = 'Repeat the delete operation:'
  59.         Transparent = True
  60.         WordWrap = True
  61.       end
  62.       object vtree1: TVirtualDrawTree
  63.         Left = 8
  64.         Top = 40
  65.         Width = 505
  66.         Height = 300
  67.         Anchors = [akLeft, akTop, akRight, akBottom]
  68.         DragMode = dmAutomatic
  69.         DragOperations = [doCopy, doMove, doLink]
  70.         Font.Charset = DEFAULT_CHARSET
  71.         Font.Color = 5263440
  72.         Font.Height = -11
  73.         Font.Name = 'Tahoma'
  74.         Font.Style = []
  75.         Header.AutoSizeIndex = 0
  76.         Header.Font.Charset = DEFAULT_CHARSET
  77.         Header.Font.Color = clWindowText
  78.         Header.Font.Height = -11
  79.         Header.Font.Name = 'Tahoma'
  80.         Header.Font.Style = []
  81.         Header.Height = 20
  82.         Header.Options = [hoDrag, hoHotTrack, hoVisible]
  83.         ParentBackground = False
  84.         ParentFont = False
  85.         TabOrder = 0
  86.         TreeOptions.AutoOptions = [toAutoExpand, toAutoScroll, toAutoScrollOnExpand, toAutoSpanColumns, toAutoTristateTracking, toAutoHideButtons, toAutoDeleteMovedNodes]
  87.         TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  88.         TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
  89.         TreeOptions.SelectionOptions = [toDisableDrawSelection, toExtendedFocus, toLevelSelectConstraint, toMiddleClickSelect, toMultiSelect, toRightClickSelect, toSiblingSelectConstraint, toCenterScrollIntoView, toSimpleDrawSelection]
  90.         OnDrawNode = vtree1DrawNode
  91.         OnGetImageIndex = vtree1GetImageIndex
  92.         OnInitChildren = vtree1InitChildren
  93.         OnInitNode = vtree1InitNode
  94.         OnResize = vtree1Resize
  95.         Columns = <
  96.           item
  97.             Position = 0
  98.             Width = 310
  99.             WideText = 'Name'
  100.           end
  101.           item
  102.             Alignment = taRightJustify
  103.             Position = 1
  104.             Width = 80
  105.             WideText = 'Size'
  106.           end
  107.           item
  108.             Position = 2
  109.             Width = 100
  110.             WideText = 'Type'
  111.           end
  112.           item
  113.             Position = 3
  114.             Width = 100
  115.             WideText = 'Date Modified'
  116.           end>
  117.       end
  118.       object SpinEdit1: TSpinEdit
  119.         Left = 168
  120.         Top = 347
  121.         Width = 65
  122.         Height = 22
  123.         Anchors = [akLeft, akBottom]
  124.         MaxValue = 10
  125.         MinValue = 1
  126.         TabOrder = 1
  127.         Value = 3
  128.       end
  129.       object BitBtn3: TBitBtn
  130.         Left = 524
  131.         Top = 39
  132.         Width = 75
  133.         Height = 25
  134.         Action = actaddfile
  135.         Anchors = [akTop, akRight]
  136.         Caption = 'Add File(s)'
  137.         TabOrder = 2
  138.       end
  139.       object BitBtn4: TBitBtn
  140.         Left = 524
  141.         Top = 71
  142.         Width = 75
  143.         Height = 25
  144.         Action = actaddfolder
  145.         Anchors = [akTop, akRight]
  146.         Caption = 'Add Folder'
  147.         TabOrder = 3
  148.       end
  149.       object BitBtn5: TBitBtn
  150.         Left = 525
  151.         Top = 103
  152.         Width = 75
  153.         Height = 25
  154.         Action = actremove
  155.         Anchors = [akTop, akRight]
  156.         Caption = 'Remove'
  157.         TabOrder = 4
  158.       end
  159.       object BitBtn6: TBitBtn
  160.         Left = 525
  161.         Top = 314
  162.         Width = 75
  163.         Height = 25
  164.         Action = actdelete
  165.         Anchors = [akRight, akBottom]
  166.         Caption = 'Delete!'
  167.         Font.Charset = DEFAULT_CHARSET
  168.         Font.Color = clWindowText
  169.         Font.Height = -11
  170.         Font.Name = 'Tahoma'
  171.         Font.Style = [fsBold]
  172.         ParentFont = False
  173.         TabOrder = 5
  174.       end
  175.     end
  176.     object TabSheet2: TTabSheet
  177.       Caption = 'Wipe Free Space'
  178.       ImageIndex = 1
  179.       OnShow = TabSheet2Show
  180.     end
  181.   end
  182.   object BitBtn1: TBitBtn
  183.     Left = 544
  184.     Top = 414
  185.     Width = 75
  186.     Height = 25
  187.     Action = acthelp
  188.     Anchors = [akRight, akBottom]
  189.     Caption = 'Help'
  190.     TabOrder = 1
  191.   end
  192.   object BitBtn2: TBitBtn
  193.     Left = 456
  194.     Top = 414
  195.     Width = 75
  196.     Height = 25
  197.     Action = actclose
  198.     Anchors = [akRight, akBottom]
  199.     Caption = 'Close'
  200.     TabOrder = 2
  201.   end
  202.   object OpenDialog1: TOpenDialog
  203.     Left = 420
  204.     Top = 104
  205.   end
  206.   object ActionList1: TActionList
  207.     Left = 364
  208.     Top = 112
  209.     object actaddfile: TAction
  210.       Caption = 'Add File(s)'
  211.       OnExecute = actaddfileExecute
  212.     end
  213.     object actaddfolder: TAction
  214.       Caption = 'Add Folder'
  215.       OnExecute = actaddfolderExecute
  216.     end
  217.     object actremove: TAction
  218.       Caption = 'Remove'
  219.       OnExecute = actremoveExecute
  220.       OnUpdate = actremoveUpdate
  221.     end
  222.     object actdelete: TAction
  223.       Caption = 'Delete!'
  224.       OnExecute = actdeleteExecute
  225.       OnUpdate = actdeleteUpdate
  226.     end
  227.     object actclose: TAction
  228.       Caption = 'Close'
  229.       OnExecute = actcloseExecute
  230.     end
  231.     object acthelp: TAction
  232.       Caption = 'Help'
  233.       ShortCut = 112
  234.       OnExecute = acthelpExecute
  235.     end
  236.   end
  237. end
  238.